home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fbr181.zip / FBR181.DOC < prev    next >
Text File  |  1992-06-01  |  20KB  |  550 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                           FBR - File Backup / Restore
  28.                                   Version  1.8
  29.                                    June 1992
  30.  
  31.                      (c) Copyright Vernon D. Buerg 1985-92
  32.                               ALL RIGHTS RESERVED
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.        FBR is a copyrighted work and may not be distributed without
  53.        permission.
  54.  
  55. FBR - File Backup / Restore
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                 Notice
  66.                                 ------
  67.  
  68.         This is a development test release of FBR. Use these
  69.         programs at your own risk.  Although they have  been
  70.         extensively tested,  I take no responsiblity for any
  71.         losses.
  72.  
  73.  
  74.  
  75.                              NOT PUBLIC DOMAIN
  76.                              -----------------
  77.  
  78.         This document and the FBR programs are the personal property
  79.         of:
  80.  
  81.                         Vernon D. Buerg
  82.                         139 White Oak Circle
  83.                         Petaluma, CA  94952
  84.  
  85.                         BBS: (707) 778-8944
  86.                              (707) 778-8841
  87.                              (415) 994-2944
  88.  
  89.                         FAX: (707) 778-8728
  90.  
  91.                         Compuserve: 70007,1212 (Go IBMHW)
  92.  
  93.  
  94.         FBR is distributed by me for your personal use.  You may not
  95.         charge for distributing FBR.  Commercial use of FBR requires a
  96.         Commercial Distribution License from me.  Corporations and
  97.         institutions may not use FBR without first obtaining a site
  98.         license.
  99.  
  100.  
  101.  
  102.         Please let me know of any problems, criticisms, or suggestions.
  103.         Thank you.
  104.  
  105.  
  106. FBR - File Backup/Restore                                            Contents
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.                                 Table of Contents
  115.                                 -----------------
  116.  
  117.                 Introduction ............................... 1
  118.  
  119.                 FB - File backup ........................... 2
  120.  
  121.                   Backup examples .......................... 3
  122.  
  123.                 FR - File restore .......................... 4
  124.  
  125.                   Restore examples ......................... 5
  126.  
  127.                 FS - File status ........................... 6
  128.  
  129.                 FLH - FBR's Little Helper .................. 7
  130.  
  131.                 Operational notes .......................... 8
  132.  
  133.                 Version history ............................ 9
  134.  
  135.  
  136. FBR - File Backup / Restore                                             Page 1
  137.  
  138.  
  139.  
  140.                             Introduction
  141.                             ------------
  142.  
  143.         FBR is a system of four small programs which perform the backing
  144.         up and restoring of files.  They are similar to the DOS
  145.         BACKUP/RESTORE utilities except that FBR can currently only
  146.         process one directory at a time, or all directories on one
  147.         drive.  It does, however, back up all files in a directory,
  148.         filling as many backup disks as necessary.  The FBR backup and
  149.         restore programs can select files based upon 30 file
  150.         specifications.
  151.  
  152.  
  153.  
  154.                              Programs
  155.                              --------
  156.  
  157.         The FBR system consists of these files:
  158.  
  159.             FB.COM   -  used to back up files
  160.             FR.COM   -  used to restore FBR files
  161.             FS.COM   -  to report on contents of FBR files
  162.             FLH.COM  -  FBR's Little Helper for multiple directories
  163.             FBR.DOC  -  this document
  164.  
  165.         It is recommended that the FR.COM program be copied to the
  166.         first diskette of each backup. This will insure that the
  167.         restore program is the correct one for restoring the files.
  168.         The file name may include a version number, e.g. FB177.COM
  169.         instead of FB.COM for the backup program.
  170.  
  171. FBR - File Backup / Restore                                             Page 2
  172.  
  173.                         Backup - FB Command
  174.                         -------------------
  175.  
  176.         To back up files in a directory, use the FB.COM program.
  177.  
  178.  
  179.     FB  [d:][\path][filespec] [filespec...] [/D] [/M] [/2] [/C] [/V] [/Z] [t:]
  180.  
  181.  
  182.         At least one command line operand must be supplied. The /Z option
  183.         tells FB to compress the files, resulting in fewer backup disks
  184.         depending on the kind of data in the files. You can expect compression
  185.         of 15 to 20% for text files, and no compression of binary or
  186.         program files.
  187.  
  188.         If the first d:  (drive) operand is supplied, it specifies the
  189.         drive, and/or path, and/or a file specification for the files to
  190.         be backed up.  Only files matching the 'filespec' are processed.
  191.  
  192.         More than one 'filespec' may be supplied.  Separate each file
  193.         specification by a blank or a comma.
  194.  
  195.         The IBMDOS.COM, IBMBIO.COM, MSDOS.SYS, and IO.SYS files are
  196.         ignored.
  197.  
  198.         The 't:' operand specifies the target drive.
  199.  
  200.         The /D operand specifies that all files on the target disk be
  201.         deleted before files are backed up to it.
  202.  
  203.         The /M operand specifies that only modified files are to be
  204.         backed up, i.e.  archive bit not set.
  205.  
  206.         The /2 operand specifies that the target drive is to alternate
  207.         from either B to A, or from A to B.  This allows backups to
  208.         continue while changing floppy diskettes.
  209.  
  210.         The /C operand specifies that the archive bit for each file
  211.         copied should be reset.
  212.  
  213.         The /V operand specifies that the DOS verify function should be
  214.         used.  This results in slower I/O but perhaps more peace of
  215.         mind.
  216.  
  217.         As each file is processed, a message is displayed telling you
  218.         the name of the file that has been copied.  You may abort the
  219.         back-up by pressing ESCape or control-C.
  220.  
  221.         When a backup drive fills, you are asked to ready another
  222.         diskette and to press any key.  To cancel the backup at this
  223.         point, press the ESCape key.  The state of the copied files is
  224.         unpredictable if you cancel the back up.
  225. FBR - File Backup / Restore                                             Page 3
  226.  
  227.  
  228.         Backup Examples:
  229.         ---------------
  230.  
  231.         o  If the current drive is C: and the current directory
  232.            is \ME, then to backup all of the C:\ME files
  233.            onto two alternating drives, issue the following:
  234.  
  235.                 FB /2    -or-  FB C:\ME\*.* /2  B:
  236.  
  237.         o  To backup only files with an extension of COM or EXE:
  238.  
  239.                 FB *.COM *.EXE
  240.  
  241.         o  Backup two files from a directory on drive D, and delete
  242.            any files already on the backup diskette:
  243.  
  244.                 FB d:\subdir\file1.ext file2.ext b: /D
  245.  
  246. FBR - File Backup / Restore                                             Page 4
  247.  
  248.                             Restore - FR Command
  249.                             --------------------
  250.  
  251.         To restore files backed up by FB, use the FR.COM program.
  252.  
  253.     FR  [d:][\path]  [filespec...]  [/2] [/R] [/U] [/N] [/V] [/Q] [/Td:\path]
  254.  
  255.  
  256.         The 'd:' operand specifies the drive which contains the FBR
  257.         files from FB.  If omitted, drive A is used.
  258.  
  259.         The \path operand identifies the FBR file to use for the
  260.         restore.  If omitted, the first FBR file found is used.
  261.  
  262.         Up to 30 "filespec" parameters may be supplied.  Only those
  263.         files which match one of the "filespecs" are restored.
  264.  
  265.         The '/2' operand specifies that two drives are to be used for
  266.         restoring files.  The request for readying drives alternates
  267.         from B to A, or from A to B.
  268.  
  269.         The '/V' option specifies that the system verify option is to be
  270.         set on.  Otherwise, verify is set off to improve speed.
  271.  
  272.         The '/R' option specifies that any existing copies of the files
  273.         be over-written.  If omitted, you will be asked whether or not
  274.         an existing file may be replaced.  This is the fastest method
  275.         of restoring f